xen.git
2006-03-18 kaf24@firebug... merge with xen-ia64-unstable.hg
2006-03-18 cl349@firebug... Update to Linux 2.6.16-rc6.
2006-03-17 awilliam@xenbuild.awmerge
2006-03-17 awilliam@xenbuild.aw[IA64] VT-i Domains should use same hvm builder as...
2006-03-17 awilliam@xenbuild.aw[IA64] -mconstant-gp gcc/as option added.
2006-03-17 awilliam@xenbuild.aw[IA64] zero_page_memmap_ptr removed (was unused).
2006-03-17 awilliam@xenbuild.aw[IA64] fixed a vcpu_translate bug
2006-03-17 awilliam@xenbuild.aw[IA64] setting rr0 is not correctly emulated
2006-03-17 awilliam@xenbuild.aw[IA64] Remove "#define page_info page"
2006-03-17 awilliam@xenbuild.aw[IA64] Remove header files where "page" is used
2006-03-17 kaf24@firebug... Fix VMX cpuid handling when EAX == 4.
2006-03-17 kaf24@firebug... Allows the hypervisor to build without warnings (wisely...
2006-03-17 kaf24@firebug... Fix the gzip size extraction in xc_inflate_buffer(...
2006-03-17 kaf24@firebug... Fix sched_sedf adjdom to properly clamp the period...
2006-03-17 kaf24@firebug... Declare inline function as 'static inline', not 'extern...
2006-03-17 vhanquez@kneesa... Reinitialize producer and consumer index to 0 if indexe...
2006-03-17 vhanquez@kneesa... Substitute kmalloc+memset by kzalloc where possible
2006-03-16 awilliam@xenbuild.aw[IA64] disable handling of legacy privified insns
2006-03-16 awilliam@xenbuild.aw[IA64] remaining privified insns removed
2006-03-16 awilliam@xenbuild.aw[IA64] new hyperprivop
2006-03-16 awilliam@xenbuild.aw[IA64] postat tool
2006-03-16 awilliam@xenbuild.aw[IA64] Changed from page to page_info
2006-03-16 awilliam@xenbuild.aw[IA64] use of max_addr= & command line
2006-03-16 awilliam@xenbuild.aw[IA64] fix AFLAGS in Rules.mk
2006-03-16 kaf24@firebug... Clean up HVM relinquish_guest_resources interface and...
2006-03-16 kaf24@firebug... Add Summagraphics Tablet emulation for VNC users. ...
2006-03-16 kaf24@firebug... Change the VNC main input loop delay from 1 second...
2006-03-16 kaf24@firebug... Add a shadow VRAM to track changes to the real VRAM...
2006-03-16 kaf24@firebug... Explicitly include time.h to get gettimeofday declaration.
2006-03-16 kaf24@firebug... pcifront poll loop now checks gettimeofday rather than...
2006-03-15 kaf24@firebug... Implement console for Mini-os and also fix 2 bugs:
2006-03-15 kaf24@firebug... Make asm macros use the generally accepted comma-separa...
2006-03-15 kaf24@firebug... Update interface documentation to include sched_op_new...
2006-03-15 awilliam@xenbuild.aw[IA64] cleanup in dom_fw.c
2006-03-15 awilliam@xenbuild.aw[IA64] LID virtualization
2006-03-15 awilliam@xenbuild.aw[IA64] dummy IO memmap entry
2006-03-15 awilliam@xenbuild.aw[IA64] remove warning of xen_init()
2006-03-15 kaf24@firebug... Remove unnecessary cr4 handling in vmx_set_cr0.
2006-03-15 vhanquez@kneesa... merge
2006-03-15 vhanquez@kneesa... fix buffer overflow in print XS_DEBUG command
2006-03-15 vhanquez@kneesa... move XS_DEBUG code into a proper function
2006-03-15 kaf24@firebug... Make MTU rx check in netfront more permissive to allow...
2006-03-15 kaf24@firebug... Remove unused macro VMX_CPU_STATE_PG_ENABLED.
2006-03-15 kaf24@firebug... Fix 64-bit build.
2006-03-15 vhanquez@kneesa... Do not BUG when receiving unexpected message type from...
2006-03-15 Ian.Campbell... There is no need to pin page tables when XENFEAT_writab...
2006-03-15 kaf24@firebug... Fix x86/64 HVM assertion failure.
2006-03-15 kaf24@firebug... I've found it useful to display the panic message ...
2006-03-15 kaf24@firebug... Unlike x86 and apparently ia64, PowerPC delivers timer...
2006-03-15 kaf24@firebug... Add extra tracing near a commonly-failing scheduler...
2006-03-14 awilliam@xenbuild.aw[IA64] warning cleanup
2006-03-14 awilliam@xenbuild.awmerge
2006-03-14 awilliam@xenbuild.aw[IA64] Turn off pending guest timer printk
2006-03-14 awilliam@xenbuild.aw[IA64] Fixed PGT and PGC flags
2006-03-14 awilliam@xenbuild.aw[IA64] Remove the last compile warnings
2006-03-14 kaf24@firebug... Define a new sched_op hypercall called sched_op_new...
2006-03-14 kaf24@firebug... Add a read barrier to the time-values-uptodate xenlinux...
2006-03-14 kaf24@firebug... Fix ASSERT failure caused by NX support code on x86_64
2006-03-14 kaf24@firebug... When both stolen and blocked are rounded down, it is...
2006-03-14 kaf24@firebug... Xen/ia64 build fixes.
2006-03-14 kaf24@firebug... Trivial ia64 tools build fix.
2006-03-14 kaf24@firebug... Fix a bug which occurs when Xen is compiled with debug...
2006-03-14 kaf24@firebug... Fix the bug that hvm domain network breaks after xm...
2006-03-14 kaf24@firebug... Fix build error with -Wstrict-prototype.
2006-03-14 kaf24@firebug... Fix memory leak in xc_domain_dumpcore and simplify...
2006-03-14 kaf24@firebug... Fix a typo in a comment -- vmxloader is now hvmloader.
2006-03-14 kaf24@firebug... Fix PAE ptep_get_and_clear_full(). The fast path requir...
2006-03-14 kaf24@firebug... Initialise blkfront_info to zeroes after allocating it.
2006-03-14 kaf24@firebug... Revert some of the bigger changes in c/s 9217 as these...
2006-03-13 kaf24@firebug... Clean up block-device hotplug routines in xenlinux.
2006-03-13 kaf24@firebug... Add a 't' debug key to Xen for displaying info about...
2006-03-13 kaf24@firebug... Make time-backwarsd warning a run-time configurable...
2006-03-13 kaf24@firebug... The existing xc_domain_dumpcore is very specific to...
2006-03-13 emellor@leeni... xm top was listed twice in the help message -- remove...
2006-03-13 kaf24@firebug... Fix broken assertion in SEDF scheduler.
2006-03-12 kaf24@firebug... No need to pin/unpin intermediate pagetables in x86...
2006-03-12 kaf24@firebug... Ignore pinning of other than root page directories...
2006-03-12 kaf24@firebug... Add missing include of a header file to avoid a compile...
2006-03-12 kaf24@firebug... pciback sends evtchn notification to pcifront when...
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Remove blank line -- this was causing all the tests...
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Define TESTS to be the .test files, not the .py files...
2006-03-11 root@dyn9047022116... HG Patch
2006-03-11 emellor@leeni... - Reworked to use your match_domid suggestion and filtering
2006-03-11 emellor@leeni... Merged.
2006-03-11 emellor@leeni... Trivial fix to bind implementation.
2006-03-11 kaf24@firebug... Changeset 9134 introduced a caching mechanism when...
2006-03-11 kaf24@firebug... Currently if one tries to execute VMX instruction...
2006-03-11 kaf24@firebug... Enable the ejection of the physical cdrom tray, when...
2006-03-10 awilliam@xenbuild.aw[IA64] Remove unused and unwritten active_mm field...
2006-03-10 kaf24@firebug... More build config changes:
2006-03-10 awilliam@xenbuild.aw[IA64] fix print out in ia64 setup_guest()
2006-03-10 awilliam@xenbuild.aw[IA64] compilation fix hypercall.h
2006-03-10 awilliam@xenbuild.aw[IA64] ia64 gdbstub compilation fix
2006-03-10 awilliam@xenbuild.aw[IA64] Merge guest TR emulation
2006-03-10 awilliam@xenbuild.aw[IA64] domU destroy
2006-03-10 awilliam@xenbuild.aw[IA64] page ref counter
2006-03-10 kaf24@firebug... Replace memory_op subcommands reserved_phys_area and...
2006-03-10 cl349@firebug... Map grant table pages in vmalloc kernel address space...
next